home *** CD-ROM | disk | FTP | other *** search
Oberon Text | 1991-02-15 | 719 b | 20 lines | [.Ob./.Ob2] |
- Syntax10.Scn.Fnt
- Syntax10i.Scn.Fnt
- Compiler.Compile *
- Compiler.Compile {filename} ~
- Compiler.DeleteSym {filename} ~
- The Oberon Compiler accepts the following options:
- s Enable generation of new Symbol File
- x Disable Index Checks
- n Disable NIL Checks for Pointers
- p Disable NIL Checks for Procedure Variables
- t Disable Type Checks
- r Enable Range Checks
- g Suppress Garbage Collection after this Compilation
- Each file parameter may be followed by a slash ("/") and a list of options.
- If garbage collection is suppressed, compilation runs faster but might not
- be completed if too many files or too much memory are used.
- Examples:
- Compiler.Compile */n
- Compiler.Compile Test.Mod ~
-